.fl-l {
    float: left;
    line-height: 30px;
}

.fl-r {
    float: right;
    line-height: 30px;
}

.top- {
    /* border-bottom: 2px solid #1c5bb8; */
    height: 30px;
    font-size: 14px;
    background: #f8f8f8;
}

.top- span {
    display: inline-block;
    padding: 0 30px;
    border-right: 1px solid #dedede;
}
.top- span:last-child{
    border-right: 0;
}
.top- span img{
    width: 20px;
    height: 20px;
    min-height: 20px !important;
    vertical-align: middle;
    margin-right: 10px;
}
.content,
.nav ul {
    width: 1200px;
    margin: 0 auto;
}

.content {
    overflow: hidden;
}

.top-bg {
    background: url("/scsslt/xhtml/20gb/images/top-bg.png") right 0 no-repeat;
    height: 160px;
}

.logo {
    background: url("/scsslt/xhtml/20gb/images/logo.png") no-repeat;
    width: 380px;
    height: 90px;
    float: left;
    margin-top: 35px;
}

.search {
    float: right;
    height: 54px;
    border: 1px solid #e1292c;
    border-radius: 10px;
    background: #fff;
    margin-top: 50px;
    position: relative;
    width: 500px;
}

.s-ipt {
    height: 54px;
    width: 80%;
    margin: 0 10px;
    font-size: 16px;
}

.s-btn {
    width: 110px;
    height: 56px;
    background: #e1292c;
    color: #fff;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
}

.nav {
    background: #0950a9;
    font-size: 0;
}

.nav ul li {
    display: inline-block;
    font-size: 21px;
    font-weight: bold;
    position: relative;
    margin-right: 2px;
}

.nav ul li>a {
    color: #fff;
    padding: 0 14px;
    height: 62px;
    line-height: 62px;
    display: block;
}

.nav ul li.act>a {
    background: #003388;
    display: block;
    box-shadow: 0 -5px 0 #002171;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.nav ul li a:hover {
    background: #003ea4;
}

.nav ul li i {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background-repeat: no-repeat;
}

.nav ul li i.index {
    background: url("/scsslt/xhtml/20gb/images/nav-icon.png");
}

.nav ul li i.structure {
    background: url("/scsslt/xhtml/20gb/images/nav-icon.png") -30px 0;
}

.nav ul li i.party {
    background: url("/scsslt/xhtml/20gb/images/nav-icon.png") -60px 0;
}

.nav ul li i.council {
    background: url("/scsslt/xhtml/20gb/images/nav-icon.png") -90px 0;
}

.nav ul li i.information {
    background: url("/scsslt/xhtml/20gb/images/nav-icon.png") 0 -30px;
}

.nav ul li i.service {
    background: url("/scsslt/xhtml/20gb/images/nav-icon.png") -30px -30px;
}

.nav ul li i.interaction {
    background: url("/scsslt/xhtml/20gb/images/nav-icon.png") -60px -30px;
}

.nav ul li i.navigation {
    background: url("/scsslt/xhtml/20gb/images/nav-icon.png") -90px -30px;
}

.menu {
    position: absolute;
    left: 0;
    top: 62px;
    background: rgba(9, 80, 169, 0.8);
    z-index: 9999;
    width: 100%;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 10px;
    display: none;
}

.nav ul li .menu a {
    color: #a1c6f3;
    line-height: 46px;
    height: 46px;
    font-weight: normal;
    font-size: 16px;
    display: block;
    border-bottom: 1px solid #6b95c8;
    margin: 0 15px;
    background: none;
    padding: 0;
}

.nav ul li .menu a:last-of-type {
    border-bottom: none;
}

.nav ul li .menu a:hover {
    color: #fff;
}

.foot {
    border-top: 10px solid #003388;
}

.foot-t {
    background: #e5f1ff;
}

.foot-t ul {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.foot-t ul li {
    display: inline-block;
    border: 1px solid #ddd;
    height: 40px;
    width: 180px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    margin: 30px 16px 30px 0;
    /*position: relative;*/
}

.foot-t ul li.last {
    margin-right: 0;
    text-align: left;
}

.foot-t ul li.last span {
    margin-left: 10px;
}

span.slt- {
    position: relative;
    display: block;
    cursor: pointer;
}

span.slt-::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #83a5de;
    right: 15px;
    top: 16px;
}

.links {
    position: absolute;
    top: 72px;
    left: 0;
    background: rgba(255, 255, 255, .8);
    width: 1198px;
    /*border: 1px solid #ddd;*/
    box-shadow: 0 0 4px rgba(0, 0, 0, .3);
    border-top: none;
    display: none;
    text-align: left;
    font-size: 0;
    padding: 15px 0;
    z-index: 99;
}

.links a {
    font-size: 16px;
    display: inline-block;
    width: 22%;
    padding-left: 2%;
    vertical-align: top;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.foot-t ul li.last .links a {
    width: 12%;
}

.ft-bs {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}

.ft-bs span {
    margin: 0 10px;
}

.foot-b {
    margin: 25px 0;
}

.ft-txt {
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    border-left: 1px solid #c5c5c5;
    padding-left: 40px;
    font-size: 16px;
}

.ft-txt span {
    margin-right: 20px;
}

.navMap {
    position: absolute;
    right: 0;
    top: 30px;
    text-align: center;
    color: #1c5bb8;
    line-height: 1;
}

.navMap-icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url("/scsslt/xhtml/20gb/images/navMap-icon.png") no-repeat;
    background-size: cover;
}

.navMap a {
    color: inherit;
  
}

.relative{
    position: relative;
}

@media screen and (max-width: 1200px) {
    .bigBg,
    .top-,
    .nav,
    .foot {
        width: 1200px;
    }
}